Categories

Versions

Delete Collection (Qdrant) (Generative Models)

Synopsis

Deletes a collection from the vector database Qdrant

Description

Deletes a collection and all its documents from the vector database Qdrant. You need to specify a name for the collection to be deleted.

Input

  • connection (Connection)

    A Dictionary Connection to a Qdrant vector database.

Output

  • data (Data Table)

    A small data set containing status information about this deletion request.

  • connection (Connection)

    The input connection which is passed through here as output.

Parameters

  • name The name of the collection to be deleted. Range:
  • conda_environment The conda environment used for this task. Please refer to the extension documentation for additional details on this and on version requirements for Python and all used packages in this environment. Range:

Tutorial Processes

Deleting a Collection from Qdrant

This tutorial process deletes the collection with the specified name from a Qdrant vector database. The database connection must be delivered as input for this tutorial to work. The connection must be a Dictionary Connection with the keys 'host', 'port', and (optional) 'api_key'.